home *** CD-ROM | disk | FTP | other *** search
- object NewProject: TNewProject
- Left = 138
- Top = 384
- BorderStyle = bsDialog
- Caption = 'Create new project...'
- ClientHeight = 311
- ClientWidth = 544
- Font.Color = clWindowText
- Font.Height = -14
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 120
- TextHeight = 16
- object Bevel1: TBevel
- Left = 10
- Top = 10
- Width = 527
- Height = 263
- Shape = bsFrame
- end
- object GroupBox1: TGroupBox
- Left = 24
- Top = 184
- Width = 185
- Height = 73
- Caption = 'Type'
- TabOrder = 0
- object RadioButton1: TRadioButton
- Left = 32
- Top = 24
- Width = 113
- Height = 17
- Caption = 'Applet'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object RadioButton2: TRadioButton
- Left = 32
- Top = 48
- Width = 113
- Height = 17
- Caption = 'Standalone'
- TabOrder = 1
- OnClick = RadioButton2Click
- end
- end
- object GroupBox2: TGroupBox
- Left = 216
- Top = 24
- Width = 305
- Height = 161
- Caption = 'Import Classes'
- TabOrder = 1
- object CheckBox1: TCheckBox
- Left = 16
- Top = 32
- Width = 281
- Height = 17
- Caption = 'AWT (Abstract Window Toolkit)'
- State = cbChecked
- TabOrder = 0
- end
- object CheckBox2: TCheckBox
- Left = 16
- Top = 128
- Width = 281
- Height = 17
- Caption = 'IO (Input and Output classes)'
- TabOrder = 1
- end
- object CheckBox3: TCheckBox
- Left = 16
- Top = 80
- Width = 281
- Height = 17
- Caption = 'NET (Networking classes - TCP/IP, URL ...)'
- TabOrder = 2
- end
- object CheckBox4: TCheckBox
- Left = 16
- Top = 104
- Width = 281
- Height = 17
- Caption = 'UTIL (Utility classes - Hashtable, Vector ...)'
- TabOrder = 3
- end
- object CheckBox5: TCheckBox
- Left = 16
- Top = 56
- Width = 281
- Height = 17
- Caption = 'Applet (Support for embedding)'
- State = cbChecked
- TabOrder = 4
- end
- end
- object GroupBox3: TGroupBox
- Left = 24
- Top = 24
- Width = 185
- Height = 161
- Caption = 'Project'
- TabOrder = 2
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 37
- Height = 16
- Caption = 'Name'
- end
- object Label2: TLabel
- Left = 16
- Top = 88
- Width = 54
- Height = 16
- Caption = 'Directory'
- end
- object Edit1: TEdit
- Left = 24
- Top = 40
- Width = 121
- Height = 24
- CharCase = ecUpperCase
- TabOrder = 0
- Text = 'NONAME'
- end
- object Edit2: TEdit
- Left = 24
- Top = 120
- Width = 145
- Height = 24
- CharCase = ecUpperCase
- TabOrder = 1
- end
- object Button1: TButton
- Left = 96
- Top = 88
- Width = 75
- Height = 25
- Caption = 'Browse'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
- object Button2: TButton
- Left = 168
- Top = 280
- Width = 97
- Height = 25
- Caption = 'OK'
- TabOrder = 3
- OnClick = Button2Click
- end
- object Button3: TButton
- Left = 280
- Top = 280
- Width = 89
- Height = 25
- Caption = 'Cancel'
- TabOrder = 4
- OnClick = Button3Click
- end
- end
-